github.com/aws/smithy-go/encoding/httpbinding.HeaderValue.Integer (method)

6 uses

	github.com/aws/smithy-go/encoding/httpbinding (current package)
		header.go#L67: func (h HeaderValue) Integer(v int32) {

	github.com/aws/aws-sdk-go-v2/service/s3
		serializers.go#L3585: 		encoder.SetHeader(locationName).Integer(v.MaxParts)
		serializers.go#L8485: 		encoder.SetHeader(locationName).Integer(v.MissingMeta)
		serializers.go#L8505: 		encoder.SetHeader(locationName).Integer(v.PartsCount)
		serializers.go#L8555: 		encoder.SetHeader(locationName).Integer(v.StatusCode)
		serializers.go#L8565: 		encoder.SetHeader(locationName).Integer(v.TagCount)